home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir36 / btmk26.zip / DOS.HLP < prev    next >
Text File  |  1991-06-27  |  14KB  |  262 lines

  1.   APPEND [pathmame] [;pathname]                                External 3.2+
  2.  
  3.          Sets search path for nonexecutable files.
  4.   ASSIGN [drive=drive]                                         External 2.0+
  5.          Reassigns disk drive to another disk drive name.
  6.          (Caution see DOS manual)
  7.   ATTRIB [+ or -R] [+ or -A] pathname                          External 3.0+
  8.          Change file attribute of read-only and archive files
  9.          or display attribute status.
  10.   BACKUP [pathname] drive:                                     External 2.0+
  11.          Backup hard drive files to a floppy drive.
  12.          Use RESTORE to restore files. (see DOS manual)
  13.   BREAK [on] [off]                                             Internal 2.0+
  14.          "CTRL+C"
  15.          Turns break on or off or display break status.
  16.   BUFFERS=#                                                    Internal 2.0+
  17.          Sets the number of disk buffers (528 bytes each).
  18.          Used in the CONFIG.SYS file. 1-99
  19.   CALL                                                         Internal 3.3+
  20.          Calls another batch file from a batch file without
  21.          terminating the calling batch file.
  22.   CHCP [###]                                                   Internal 3.3+
  23.          Selects or displays the active code page defined
  24.          by the COUNTRY command.
  25.   CHDIR [pathname] or CD [pathname]                            Internal 2.0+
  26.          Change the current directory to pathname or display
  27.          the current directory.
  28.   CHKDSK [drive:] [/F] [/V]                                    External 1.0+
  29.          Checks disk and reports disk information.
  30.          /F correct errors if possable, /V display messages.
  31.   CLS                                                          Internal 2.0+
  32.          Clears the display screen and sends the cursor to
  33.          the top left corner of the screen (home position).
  34.   COMMAND                                                      External 2.0+
  35.          Starts a new command processor. (see DOS manual)
  36.          Optional switches depends on DOS version.
  37.   COMP pathname pathname or FC pathname pathname               External 1.0+
  38.          (depends on version)
  39.          Compares two files byte-by-byte.
  40.   COPY pathname [pathname][/A][/B][/V]                         Internal 1.0+
  41.          Copy file from one pathname to another.
  42.          /A ASCII file, /B binary file, /V verify copy.
  43.   COUNTRY=###                                                  External 3.0+
  44.          Select country or language code.
  45.          Used in the CONFIG.SYS file.
  46.   CTTY device                                                  Internal 2.0+
  47.          aux, com#, con, lpt#, prn
  48.          Changes I/O to device.
  49.   DATE [mm-dd-yy]                                              Internal 1.0+
  50.          Change or display current date.
  51.          (month-day-year)
  52.   DEBUG [file]                                                 External 1.0+
  53.          Starts the DOS DEBUG program.
  54.          Test executable files with debug commands.
  55.   DEL pathname                                                 Internal 1.0+
  56.          Delete file named by pathname.
  57.          Same as ERASE.
  58.   DEVICE=pathname                                              Internal 2.0+
  59.          Install device driver (see DOS manual).
  60.          Used in the CONFIG.SYS file.
  61.   DEVICEHIGH=pathname                                          Internal 5.0+
  62.          Install device driver in upper memory.
  63.          Used in the CONFIG.SYS file. (see DOS manual)
  64.   DIR [pathname] [/P] [/W]                                     Internal 1.0+
  65.          Display directory.
  66.          /P page at a time, /W display directory wide.
  67.   DISKCOMP [drive:] [drive:] [/1] [/8]                         External 1.0+
  68.          Compares two floppy diskettes. Switches depend on
  69.          version. /1 one side, /8 eight sectors per track.
  70.   DISKCOPY [drive:] [drive:]                                   External 1.0+
  71.          Copies floppy diskette from one diskette to another.
  72.          Switch depends on version. /1 copy one side.
  73.   DOS=parameters                                               Internal 5.0+
  74.          Specifies DOS in upper memory.
  75.          Used in the CONFIG.SYS file. (see DOS manual)
  76.   DOSKEY [options]                                             External 5.0+
  77.          TRS command line program.
  78.          (see DOS manual)
  79.   DOSSHELL [options]                                           External 4.0+
  80.          DOS shell program.
  81.          (see DOS manual)
  82.   DRIVPARM=switches                                            Internal 4.0+
  83.          Defines parameters drives.
  84.          Used in the CONFIG.SYS file. (see DOS manual)
  85.   ECHO [on] [off] [message]                                    Internal 2.0+
  86.  
  87.          Controls screen output during batch file execution.
  88.   EDIT [pathname] [switches]                                   External 5.0+
  89.          Edit program.
  90.          (see DOS manual)
  91.   EDLIN [pathname] [switch]                                    External 1.0+
  92.          Edit program.
  93.          (see DOS manual)
  94.   ERASE pathname                                               Internal 1.0+
  95.          Erase file named by pathname.
  96.          Same as DEL.
  97.   EMM386 [parameters]                                          External 5.0+
  98.          Expanded-memory support for a 80386 or higher.
  99.          (see DOS manual)
  100.   EXE2BIN pathname [pathname]                                  External 1.0+
  101.          Convert an .exe file to a .com file.
  102.          (for programers only)
  103.   EXIT                                                         Internal 2.0+
  104.  
  105.          Return control to invoking program.
  106.   EXPAND [pathname] [pathname]                                 External 5.0+
  107.          Expand DOS file from DOS disk.
  108.          (see DOS manual)
  109.   FASTOPEN drive:[=#]                                          External 3.3+
  110.          Fast access to frequently used files.
  111.          Used in the CONFIG.SYS file. (see DOS manual)
  112.   FC pathname pathname or COMP pathname pathname               External 1.0+
  113.          (depends on version)
  114.          Compares two files byte-by-byte.
  115.   FCBS #,#                                                     Internal 3.0+
  116.          Number of file control blocks that may be used.
  117.          Used in the CONFIG.SYS file. (see DOS manual)
  118.   FDISK                                                        External 2.0+
  119.          Configure a fixed disk.
  120.          (Caution see DOS manual)
  121.   FILES=#                                                      Internal 2.0+
  122.          Set aside more memory for file handles. (over 8)
  123.          Used in the CONFIG.SYS file.
  124.   FIND "string" [pathname]                                     External 2.0+
  125.          Find string in file specified by pathname.
  126.          See DOS manual for optional switches.
  127.   FOR %[%]variable IN (set) DO command                         Internal 2.0+
  128.          Performs command for each item in set.
  129.          (see DOS manual)
  130.   FORMAT drive:                                                External 1.0+
  131.          Prepares new disk for use. (Caution see DOS manual)
  132.          See DOS manual for optional switches.
  133.   GOTO label                                                   Internal 2.0+
  134.  
  135.          Goto line with label in batch file.
  136.   GRAFTABL                                                     External 3.0+
  137.          Fix for monitors that do not display extended
  138.          characters (128-255). Use only if needed.
  139.   GRAPHICS                                                     External 2.0+
  140.          Load to print graphic screen with shift-print.
  141.          See DOS manual for optional switches.
  142.   HELP [command]                                               External 5.0+
  143.  
  144.          Help program.
  145.   IF [not] condition command                                   Internal 2.0+
  146.          If condition is true then execute command.
  147.          If (not) condition is false then execute command.
  148.   INSTALL [pathname]                                           Internal 4.0+
  149.          Install memory-resident program.
  150.          Used in the CONFIG.SYS file.
  151.   JOIN [drive:] [pathname]                                     External 3.0+
  152.          Joins drive to pathname or display status.
  153.          (Caution see DOS manual)
  154.   KEYB [options]                                               External 2.0+
  155.          Set language for keyboard.
  156.          Keyboard program. (See DOS manual)
  157.   LABEL [drive:] [label]                                       External 3.0+
  158.          Change, create, or delete volume label.
  159.          The disk label can have up to 11 characters.
  160.   LASTDRIVE=A-Z                                                Internal 3.0+
  161.          Sets the last drive that can be accessed.
  162.          Used in the CONFIG.SYS file.
  163.   LOADHIGH [pathname]                                          Internal 5.0+
  164.          Load program in upper memory.
  165.          (See DOS manual)
  166.   MEM [switch]                                                 External 4.0+
  167.          Displays memory information.
  168.          Switches are /program, /debug, /classify.
  169.   MIRROR [drive][options]                                      External 5.0+
  170.          Saves information for recovery by the undelete
  171.          and unformat commands. (See dos manual)
  172.   MKDIR pathname or MD pathname                                Internal 2.0+
  173.          Make a new directory named by pathname.
  174.          Directory names can have up to 8 characters.
  175.   MODE option                                                  External 1.0+
  176.          Sets optional modes.
  177.          (See DOS manual for options)
  178.   MORE                                                         External 2.0+
  179.  
  180.          Used to display output one screen at a time.
  181.   NLSFUNC [pathname]                                           External 3.3+
  182.  
  183.          Program that loads country language information.
  184.   PATH [;] [pathname] [;pathname]                              Internal 2.0+
  185.  
  186.          Display path or cancel path or set new path.
  187.   PAUSE [message]                                              Internal 1.0+
  188.          Pause execution of batch file with optional message.
  189.          Displays > Strike a key when ready . . .
  190.   PRINT pathname                                               External 2.0+
  191.          Printout file named in pathname.
  192.          See DOS manual for optional switches.
  193.   PROMPT [$character(s)]                                       Internal 2.0+
  194.          Change system prompt.
  195.          See DOS manual for optional characters.
  196.   RECOVER [pathname] or [drive:]                               External 2.0+
  197.          Recover file(s) with bad sectors.
  198.          (Caution see DOS manual)
  199.   REM [remark]                                                 Internal 1.0+
  200.          Lets you include a remark in a batch file.
  201.          The remark is displayed if ECHO is on.
  202.   RENAME pathname filename                                     Internal 1.0+
  203.  
  204.          Renames filename in pathname to filename.
  205.   REPLACE pathname pathname                                    External 3.2+
  206.          Selectively replace or add files.
  207.          See DOS manual for optional switches.
  208.   RESTORE drive: pathname                                      External 2.0+
  209.          Restores files that were stored by BACKUP only.
  210.          See DOS manual for optional switches.
  211.   RMDIR pathname or RD pathname                                Internal 2.0+
  212.          Remove a directory named by pathname.
  213.          Only an empty directory can be removed.
  214.   SET [name=[string]]                                          Internal 2.0+
  215.          Sets DOS variable name equal to string or display
  216.          the current environment.
  217.   SHARE                                                        External 3.0+
  218.          Installs support for file sharing and locking.
  219.          See DOS manual for optional switches.
  220.   SHIFT                                                        Internal 2.0+
  221.  
  222.          Shift parameters back one place.
  223.   SORT [<pathname] [>pathname]                                 External 2.0+
  224.          Sorts data to pathname or display.
  225.          See DOS manual for optional switches.
  226.   STACKS=n,s                                                   Internal 3.2+
  227.          Sets the number of stacks (n) and the size of each
  228.          stack (s). Used in the CONFIG.SYS file.
  229.   SUBST [drive:] [pathname] [/D]                               External 3.0+
  230.          Substitutes drive: for pathname or delete specifier.
  231.          (Caution see DOS manual.)
  232.   SYS drive:                                                   External 1.0+
  233.  
  234.          Transfers two hidden system files to specified drive.
  235.   TIME [hh:mm:ss]                                              Internal 1.0+
  236.  
  237.          Set or display time.
  238.   TREE drive: [/F]                                             Internal 2.0+
  239.          Displays directories and subdirectories.
  240.          /F also display files.
  241.   TYPE pathname                                                Internal 1.0+
  242.  
  243.          Displays file on screen.
  244.   UNDELETE [pathname] [options]                                External 5.0+
  245.          Attempts to restore files that were deleted.
  246.          See DOS manual for optional switches.
  247.   UNFORMAT [drive] [options]                                   External 5.0+
  248.          Attempts to recover a drive after it has been
  249.          formated. See DOS manual for optional switches.
  250.   VER                                                          Internal 2.0+
  251.  
  252.          Displays DOS version number.
  253.   VERIFY [on] [off]                                            Internal 2.0+
  254.          Displays verify setting or turns verify on/off.
  255.          To verify that files written can be read.
  256.   VOL [drive:]                                                 Internal 2.0+
  257.  
  258.          Displays volume label.
  259.   XCOPY pathname [pathname]                                    External 3.2+
  260.          Enhanced copy command.
  261.          See DOS manual for optional switches.
  262.